object frmBufferTools: TfrmBufferTools Left = 200 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'DLL Tools' ClientHeight = 387 ClientWidth = 465 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object grpBuffer: TGroupBox Left = 8 Top = 64 Width = 449 Height = 145 Caption = 'Buffer contents' TabOrder = 0 object mmoBuffer: TMemo Left = 8 Top = 16 Width = 353 Height = 121 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 end object btnShowBuffer: TButton Left = 366 Top = 16 Width = 75 Height = 25 Caption = 'Show Buffer' TabOrder = 1 OnClick = btnShowBufferClick end end object grpFindBuffer: TGroupBox Left = 8 Top = 216 Width = 449 Height = 97 Caption = 'Find the location of the Buffer' TabOrder = 1 object lblFindExpl: TLabel Left = 8 Top = 16 Width = 330 Height = 52 Caption = 'If you wish to modify the DLL (for example if you wish to use it' + ' for other purposes within your application), you have to locate' + ' the position of the buffer and put this information into the DL' + 'L to allow SLock to write the correct information.' WordWrap = True end object lblOffsetLabel: TLabel Left = 8 Top = 72 Width = 228 Height = 13 Caption = 'The offset of the buffer from file start is:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblOffsetData: TLabel Left = 240 Top = 72 Width = 34 Height = 13 Caption = 'No info' end object btnFindBuffer: TButton Left = 368 Top = 16 Width = 75 Height = 25 Caption = 'Find Buffer' TabOrder = 0 OnClick = btnFindBufferClick end end object grpWriteBuffer: TGroupBox Left = 8 Top = 320 Width = 449 Height = 61 Caption = 'Write Buffer' TabOrder = 2 object lblWriteExpl: TLabel Left = 8 Top = 24 Width = 320 Height = 26 Caption = 'This will write some information into the buffer to test that it' + ' has been located correctly..' WordWrap = True end object btnWriteBuffer: TButton Left = 368 Top = 16 Width = 75 Height = 25 Caption = 'Write Buffer' TabOrder = 0 OnClick = btnWriteBufferClick end end object grpDLLName: TGroupBox Left = 8 Top = 0 Width = 449 Height = 57 Caption = 'DLL Name' TabOrder = 3 object lblDLLExpl: TLabel Left = 16 Top = 16 Width = 280 Height = 26 Caption = 'This is the name of the DLL you want to work on (it must be in t' + 'he current directory):' WordWrap = True end object edtDLLName: TEdit Left = 312 Top = 16 Width = 121 Height = 21 TabOrder = 0 Text = 'lock.dll' end end end